home *** CD-ROM | disk | FTP | other *** search
/ Kimeruze! Yamikon! / Kimeruze! Yamikon!.iso / mac / YARIKON / EVENT04.Dxr / 00108.ls < prev    next >
Encoding:
Text File  |  1996-10-23  |  161 b   |  13 lines

  1. on mouseUp
  2.   global aa, ss, mm
  3.   if aa = 1 then
  4.     go("asigo")
  5.   end if
  6.   if ss = 1 then
  7.     go("ssigo")
  8.   end if
  9.   if mm = 1 then
  10.     go("msigo")
  11.   end if
  12. end
  13.